Extensions directory
--------------------

This file contains extensions of the core interpreter which can be dynamically
loaded. See the file README in the release main directory to see the systems
for which dynamic loading support exists.

Files are given here as examples. They are not built by default

Three extensions are provided as exemples:

	- hash.c: a package for hash-table in Scheme (the one used by STklos)
	- stack.c: a (very simple) package providing the stqck type to the 
	  interpreter. This package is presented in the documentation
	  about STk interpreter extension.
	- when.c: an implementation of when and unless

For more informations on extension building, read the document "Extending the
STk Interpreter" provided with the package.

